const runtime.loadFactorNum
4 uses
runtime (current package)
map.go#L72: loadFactorNum = loadFactorDen * abi.MapBucketCount * 13 / 16
map.go#L1184: return count > abi.MapBucketCount && uintptr(count) > loadFactorNum*(bucketShift(B)/loadFactorDen)
map.go#L1683: hint = int(loadFactorNum * (bucketShift(src.B) / loadFactorDen))
stubs.go#L155: const hashLoad = float32(loadFactorNum) / float32(loadFactorDen)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |